home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / PROGRAM / HOB100.ARJ / TVISION.LST < prev   
File List  |  1991-09-02  |  1KB  |  53 lines

  1.  *******************************
  2.  * HOB     02/09/91  12:30:55  *
  3.  *******************************
  4.  
  5.  Hierarquia dos objetos
  6.  ----------------------
  7.  
  8.  TObject
  9.  ├─────TStream
  10.  │     ├─────TDosStream
  11.  │     │     └─────TBufStream
  12.  │     └─────TEmsStream
  13.  ├─────TCollection
  14.  │     └─────TSortedCollection
  15.  │           └─────TStringCollection
  16.  │                 └─────TResourceCollection
  17.  ├─────TResourceFile
  18.  ├─────TStringList
  19.  ├─────TStrListMaker
  20.  └─────TView
  21.        ├─────TInputLine
  22.        ├─────TButton
  23.        ├─────TCluster
  24.        │     ├─────TRadioButtons
  25.        │     └─────TCheckBoxes
  26.        ├─────TStaticText
  27.        │     ├─────TParamText
  28.        │     └─────TLabel
  29.        ├─────THistory
  30.        ├─────TMenuView
  31.        │     ├─────TMenuBar
  32.        │     └─────TMenuBox
  33.        ├─────TStatusLine
  34.        ├─────TFrame
  35.        ├─────TScrollBar
  36.        ├─────TScroller
  37.        │     └─────TTextDevice
  38.        │           └─────TTerminal
  39.        ├─────TListViewer
  40.        │     ├─────TListBox
  41.        │     └─────THistoryViewer
  42.        ├─────TGroup
  43.        │     ├─────TWindow
  44.        │     │     ├─────TDialog
  45.        │     │     └─────THistoryWindow
  46.        │     ├─────TDeskTop
  47.        │     └─────TProgram
  48.        │           └─────TApplication
  49.        └─────TBackground
  50.  TPoint
  51.  TRect
  52.  
  53.